home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 January / PCA126_DVD.iso / TRIAL / MacromediaStudio / Flash8-en.exe / Macromedia Flash 8.msi / ISSetupFile.SetupFile5 / Data1.cab / sample.mxi < prev    next >
Encoding:
Text File  |  2005-08-10  |  821 b   |  40 lines

  1. <macromedia-extension
  2.     name="Hello, World!"
  3.     version="1.0"
  4.     type="Sample">
  5.  
  6.     <!-- Describe the author -->
  7.     
  8.     <author name="Macromedia" />
  9.  
  10.     <!-- List the required/compatible products -->
  11.     
  12.     <products>
  13.         <product name="Flash" version="6" primary="true" /> 
  14.     </products> 
  15.  
  16.     <!-- Describe the extension -->
  17.     
  18.     <description>
  19.     <![CDATA[
  20.     This is a sample Exchange item.<br><br>
  21.     It displays text that reads "Hello, World!".
  22.     ]]>
  23.     </description>
  24.  
  25.     <!-- Describe where the extension shows in the UI of the product -->
  26.  
  27.     <ui-access>
  28.     <![CDATA[
  29.     This item is accessed by choosing Help > Samples > hello_world.
  30.     ]]>
  31.     </ui-access>
  32.  
  33.     <!-- Describe the files that comprise the extension -->
  34.     
  35.     <files>
  36.         <file name="Sample.fla" destination="$flash/Samples" />
  37.     </files>
  38.  
  39. </macromedia-extension>
  40.